Skip to content

feat(core): support TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX#961

Merged
alexanderankin merged 2 commits intotestcontainers:mainfrom
PadenZach:main
Apr 29, 2026
Merged

feat(core): support TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX#961
alexanderankin merged 2 commits intotestcontainers:mainfrom
PadenZach:main

Conversation

@PadenZach
Copy link
Copy Markdown
Contributor

fixes #808

partially resolve #562, there may be some additional features requested there that this commit does not resolve.

Additionally added test cases to check that it's picked up from env into config, and that the config changes the resolved image in DockerContainer

fixes testcontainers#808

partially resolve testcontainers#562, there may be some additional features requested
there that this commit does not resolve.

Additionally added test cases to check that it's picked
up from env into config, and that the config changes
the resolved image in DockerContainer
@alexanderankin alexanderankin merged commit be9a0a6 into testcontainers:main Apr 29, 2026
3 of 6 checks passed
@alexanderankin alexanderankin mentioned this pull request Apr 29, 2026
alexanderankin added a commit that referenced this pull request Apr 29, 2026
alexanderankin added a commit that referenced this pull request Apr 30, 2026
🤖 I have created a release *beep* *boop*
---


##
[4.15.0-rc2](testcontainers-v4.15.0-rc.1...testcontainers-v4.15.0-rc2)
(2026-04-30)


### Features

* **core:** support TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX
([#961](#961))
([be9a0a6](be9a0a6))
* **mongodb:** Add Atlas Local for MongoDb
([#873](#873))
([73aeb43](73aeb43))
* support with_copy_to
([#976](#976))
([59ec1ce](59ec1ce))
* **valkey:** add Valkey module
([#947](#947))
([fc09dc1](fc09dc1))


### Bug Fixes

* **azurite:** use `HttpWaitStrategy` instead of deprecated
`wait_container_is_ready`
([#1003](#1003))
([9fe6b07](9fe6b07)),
closes
[#874](#874)
* fix pr
[#961](#961)
([#1011](#1011))
([8eff908](8eff908))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: David Ankin <daveankin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ feat 👀 intend to merge this or some version of it 🛠️ needs more work Need to invest more time, can be a rebase or code updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX Feature: Docker private registry support

3 participants